home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-15 / tstf20.zip / TSTF.DOC < prev    next >
Text File  |  1991-02-06  |  2KB  |  62 lines

  1.                                TSTF 2.0
  2.  
  3.                           Floppy drive tester
  4.                        for automated batch file
  5.                                programs
  6.  
  7.                                   by
  8.                                Bob Eyer
  9.                              [73230,2620]
  10.  
  11.                               Feb 6, 1991
  12.  
  13.  
  14.      Syntax:
  15.  
  16.      TSTF driveletter or drive
  17.  
  18.      Discussion:
  19.      ----------
  20.      For  those who use batch files to automate formatting floppy disks
  21.      or do other automated work with floppy drives, there is a need for
  22.      a  very  small  and  simple  program  which  returns  errorlevels,
  23.      depending on the drive response.  TSTF is  one  solution  to  this
  24.      problem.
  25.  
  26.      TSTF  accepts  either a or A: or a: as its argument, and any drive
  27.      may be tested.
  28.  
  29.      The returns are as follows:
  30.  
  31.      Errorlevel       Meaning
  32.  
  33.      0                No error (drive ok)
  34.  
  35.      1                Drive error
  36.                       [Unformatted disk or
  37.                        Drive door open]
  38.  
  39.      2                Improper command line syntax (displays help)
  40.  
  41.      Execution  time  depends  on  the  particular  drive  and the disk
  42.      parameter  table  for  each.   Generally, 5.25" floppy drives will
  43.      require several seconds to test, and other types of floppy  drives
  44.      less than 1 second.
  45.  
  46.  
  47.      DISCLAIMER:
  48.      ==========
  49.      This program is circulated as public domain without any  guarantee
  50.      or  warranty;  and  the  user, by downloading this program, or any
  51.      variant thereof or by receiving it or any of its versions  in  any
  52.      other  form, agrees to accept full responsibility for its use.  It
  53.      is therefore understood that the user accepts this program or  any
  54.      previous  version  as  is.
  55.  
  56.      Bob Eyer                  The author may also be reached at
  57.      Compuserve [73230,2620]   ROSE MEDIA 416-733-2285 (Main Conf)
  58.      Toronto                   or
  59.      Canada                    CANADA REMOTE 416-629-7044 (IBM Conf)
  60.      -------------------------------------------------------------
  61.      End of documentation.
  62.